Repository Analysis

akkadotnet/akka.net

Canonical actor model implementation for .NET with local + distributed actors in C# and F#.

6.5 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of akkadotnet/akka.net, a C# project with 5,066 GitHub stars. SynthScan v2.0 examined 608,961 lines of code across 2761 source files, recording 4006 pattern matches distributed across 11 syntactic categories. The overall adjusted score of 6.5 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

6.5
Adjusted Score
6.5
Raw Score
100%
Time Factor
2026-07-13
Last Push
5.1K
Stars
C#
Language
609.0K
Lines of Code
2.8K
Files
4.0K
Pattern Hits
2026-07-14
Scan Date
0.01
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 21HIGH 13MEDIUM 7LOW 3965

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 4006 distinct pattern matches across 11 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Over-Commented Block3934 hits · 3615 pts
SeverityFileLineSnippetContext
LOWdocs/articles/clustering/cluster-metrics.md201COMMENT
LOWdocs/articles/clustering/cluster-metrics.md221COMMENT
LOWdocs/articles/clustering/split-brain-resolver.md101 # and it could result in delayed or conflicting decisions on separate sides of a networkCOMMENT
LOWdocs/articles/clustering/cluster-client.md221 // IMPORTANT:COMMENT
LOWdocs/articles/clustering/cluster-client.md261 // This signals Akka.Hosting that this plugin **should not** be used for ClusterBootstrapCOMMENT
LOWdocs/articles/clustering/cluster-singleton.md161akka.cluster.singleton-proxy {COMMENT
LOWdocs/articles/deployment/akkacluster-troubleshooting.md41COMMENT
LOWdocs/articles/persistence/event-sourcing.md301COMMENT
LOW…cs/articles/persistence/custom-persistence-provider.md221 # It needs to be a subclass of Akka.Actor.SupervisorStrategyConfigurator. And have a parameterless constructorCOMMENT
LOW…cs/articles/persistence/custom-persistence-provider.md241 circuit-breaker {COMMENT
LOW…cs/articles/persistence/custom-persistence-provider.md401# Fallback settings for snapshot store plugin configurationsCOMMENT
LOWdocs/community/contributing/documentation-guidelines.md281 /// <param name="bytes">The bytes.</param>COMMENT
LOW.github/stale.yml41COMMENT
LOW.github/workflows/codeql.yml1# For most projects, this workflow file will not need changing; you simply needCOMMENT
LOWsrc/GlobalSuppressions.cs1// This file is used by Code Analysis to maintain SuppressMessageCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs41 mo.Dispose();COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs61 private static bool _onewayMode;COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs81 private static long? _msgsOverride;COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs101 // string so a --payload-less invocation is byte-for-byte identical to pre-real-payloadCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs121 // akka.remote.artery.advanced.outbound-message-queue-size (default 3072, seeCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs141 // When set (via the "--inbound-lanes N" option), overridesCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs161 // the old positional parser there is no standalone "_serverMode" flag to check.)COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs181 // Used uniformly for split mode regardless of transport - DotNetty's own historicalCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs201 // Benchmark()) since there's no local Provider.DefaultAddress to read it from, so thisCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs221 }COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs421 /// Proof of correct wiring for a "--payload real" run (see the harness's S.3/4 requirements):COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs501 /// Builds the harness's command-line interface (System.CommandLine). Three subcommands:COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs961 PrintRealPayloadInfo();COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs981 /// ToBinary/Serialize actually produced) - not the full on-wire frame. Estimating the fullCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1021 }COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1041 /// reply traffic - echoes in ping-pong, Ack/Complete credit grants in one-way - and itsCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1201 }COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1241 // bounded outbound queue (default capacity 3072/association) and silently starve,COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1381 // Prominently marked (own line, own color) so a rep with drops is never mistakenCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1421 }COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1561 }COMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1581 /// means the receiver's count never reaches the next `ackEvery` multiple, so it never sendsCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1601 // How long this actor waits for an Ack/Complete before assuming the last window it sentCOMMENT
LOWsrc/benchmark/RemotePingPong/Program.cs1681 /// <summary>COMMENT
LOW…hmark/RemotePingPong/RealPayload/RealPayloadFactory.cs1//-----------------------------------------------------------------------COMMENT
LOW…hmark/RemotePingPong/RealPayload/RealPayloadFactory.cs21 /// logical content: same primitives, same string, same nestedCOMMENT
LOW…/RealPayload/MsgPack/RealBenchmarkMsgPackSerializer.cs1//-----------------------------------------------------------------------COMMENT
LOW…/RealPayload/MsgPack/RealBenchmarkMsgPackSerializer.cs21 /// manifest, a single-case switch in <see cref="FromBinary(byte[], string)"/>), but callsCOMMENT
LOW…ePingPong/RealPayload/MsgPack/RealBenchmarkMessages.cs1//-----------------------------------------------------------------------COMMENT
LOW…ePingPong/RealPayload/MsgPack/RealBenchmarkMessages.cs21 /// logically-identical V2/Protobuf arm types areCOMMENT
LOW…ePingPong/RealPayload/MsgPack/RealBenchmarkMessages.cs61 [property: Key(1)] double Value,COMMENT
LOW…RemotePingPong/RealPayload/V2/RealBenchmarkMessages.cs1//-----------------------------------------------------------------------COMMENT
LOW…RemotePingPong/RealPayload/V2/RealBenchmarkMessages.cs21 /// RemotePingPong.Program.RealPayloadSerializationConfig), so this interface has no runtimeCOMMENT
LOW…RemotePingPong/RealPayload/V2/RealBenchmarkMessages.cs101 /// </summary>COMMENT
LOW…RemotePingPong/RealPayload/V2/RealBenchmarkMessages.cs121 /// range (0-40, see akka.conf) and the ids used elsewhere in this repo (e.g. Artery control's 23,COMMENT
LOW…ealPayload/Protobuf/RealBenchmarkProtobufSerializer.cs1//-----------------------------------------------------------------------COMMENT
LOW…arks/Remoting/Artery/ArteryEnvelopeEncodeBenchmarks.cs21{COMMENT
LOW…arks/Remoting/Artery/ArteryEnvelopeEncodeBenchmarks.cs41 /// literals + payload) via <see cref="RealArteryEnvelopeCodec"/>'s EXPLICIT-PARTS overload --COMMENT
LOW…k/Akka.Benchmarks/Remoting/Artery/ArteryFrameCorpus.cs1//-----------------------------------------------------------------------COMMENT
LOW…rk/Akka.Benchmarks/Remoting/Artery/ArteryWireFormat.cs1//-----------------------------------------------------------------------COMMENT
LOW…nchmarks/Remoting/Artery/ArteryLaneStreamBenchmarks.cs21 /// <summary>COMMENT
LOW…marks/Remoting/Artery/ArteryIngressSourceBenchmarks.cs21 /// stream element per MESSAGE (not per chunk), pushed from outside the stream — exactlyCOMMENT
LOW…chmarks/Remoting/Artery/ArteryEncodeStageBenchmarks.cs21using BenchmarkDotNet.Configs;COMMENT
LOW…chmarks/Remoting/Artery/ArteryEncodeStageBenchmarks.cs41 /// BASELINE (293c5835d) keeps two outstanding <c>IMemoryOwner&lt;byte&gt;</c> fields on theCOMMENT
LOW…chmarks/Remoting/Artery/ArteryEncodeStageBenchmarks.cs61 /// genuine, purpose-built addition to the benchmark suite (no pre-existing bench droveCOMMENT
3874 more matches not shown…
Hallucination Indicators21 hits · 215 pts
SeverityFileLineSnippetContext
CRITICALdocs/articles/actors/fault-tolerance.md72 return Akka.Actor.SupervisorStrategy.DefaultStrategy.Decider.Decide(ex);CODE
CRITICAL…Akka.Streams.Tests.Performance/FusedGraphsBenchmark.cs89 // org.openjdk.jmh.infra.Blackhole.consume(sum)COMMENT
CRITICALsrc/core/Akka.Remote.TestKit/Player.cs495 @event.StateData.RunningOp.Value.Item2.Tell(response);CODE
CRITICALsrc/core/Akka.Remote.TestKit/Player.cs508 @event.StateData.RunningOp.Value.Item2.Tell(addressReply.Addr);CODE
CRITICAL…re/Akka.Tests/Dispatch/SysMsg/SystemMessageListSpec.cs71 list.Tail.Tail.Tail.Size.ShouldBe(0);CODE
CRITICAL…re/Akka.Tests/Dispatch/SysMsg/SystemMessageListSpec.cs72 list.Tail.Tail.Tail.IsEmpty.ShouldBeTrue();CODE
CRITICAL…ore/Akka.Remote/Artery/ArteryInboundProcessingStage.cs780 var envelope = Akka.Remote.Serialization.Proto.Msg.SelectionEnvelope.Parser.ParseFrom(bytes);CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs3320 Address = new global::Akka.Remote.Serialization.Proto.Msg.AddressData();CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs3326 Stats = new global::Akka.Cluster.Sharding.Serialization.Proto.Msg.ShardRegionStats();CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs3347 Address = new global::Akka.Remote.Serialization.Proto.Msg.AddressData();CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs3354 Stats = new global::Akka.Cluster.Sharding.Serialization.Proto.Msg.ShardRegionStats();CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs3376 Address = new global::Akka.Remote.Serialization.Proto.Msg.AddressData();CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs3383 Stats = new global::Akka.Cluster.Sharding.Serialization.Proto.Msg.ShardRegionStats();CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs5009 Message = new global::Akka.Remote.Serialization.Proto.Msg.Payload();CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs5034 Message = new global::Akka.Remote.Serialization.Proto.Msg.Payload();CODE
CRITICAL…rding/Serialization/Proto/ClusterShardingMessages.g.cs5060 Message = new global::Akka.Remote.Serialization.Proto.Msg.Payload();CODE
CRITICAL…Client/Serialization/ClusterClientMessageSerializer.cs173 var sendProto = PublishSubscribe.Serialization.Proto.Msg.Send.Parser.ParseFrom(bytes);CODE
CRITICAL…Client/Serialization/ClusterClientMessageSerializer.cs188 var sendToAllProto = PublishSubscribe.Serialization.Proto.Msg.SendToAll.Parser.ParseFrom(bytes);CODE
CRITICAL…Client/Serialization/ClusterClientMessageSerializer.cs202 var publishProto = PublishSubscribe.Serialization.Proto.Msg.Publish.Parser.ParseFrom(bytes);CODE
CRITICAL…estKit.Xunit.Tests/Internals/AkkaEqualExceptionSpec.cs24 var formatter = new System.Runtime.Serialization.Formatters.Binary.BinaryFormatter();CODE
CRITICAL…stKit.Xunit2.Tests/Internals/AkkaEqualExceptionSpec.cs24 var formatter = new System.Runtime.Serialization.Formatters.Binary.BinaryFormatter();CODE
Structural Annotation Overuse25 hits · 38 pts
SeverityFileLineSnippetContext
LOWdocs/articles/testing/multi-node-testing.md52### Step 1 - Create a Test ConfigurationCOMMENT
LOWdocs/articles/testing/multi-node-testing.md94### Step 2 - Create Your MultiNodeClusterSpec or MultiNodeSpecCOMMENT
LOWdocs/articles/testing/multi-node-testing-old.md47### Step 1 - Create a Test ConfigurationCOMMENT
LOWdocs/articles/testing/multi-node-testing-old.md89### Step 2 - Create Your MultiNodeClusterSpec or MultiNodeSpecCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs27 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs40 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs53 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs67 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs79 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs91 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs108 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs121 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs137 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs152 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs164 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs176 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs204 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs223 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs252 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs278 /// NOTE: This method will execute the async chainCOMMENT
LOW…c/core/Akka.Streams.TestKit/SubscriberFluentBuilder.cs294 /// NOTE: This method will execute the async chainCOMMENT
LOWsrc/core/Akka.Streams.TestKit/PublisherFluentBuilder.cs59 /// NOTE: This method will execute the async chainCOMMENT
LOWsrc/core/Akka.Streams.TestKit/PublisherFluentBuilder.cs78 /// NOTE: This method will execute the async chainCOMMENT
LOWsrc/core/Akka.Streams.TestKit/PublisherFluentBuilder.cs107 /// NOTE: This method will execute the async chainCOMMENT
LOWsrc/core/Akka.Streams.TestKit/PublisherFluentBuilder.cs124 /// NOTE: This method will execute the async chainCOMMENT
Synthetic Comment Markers5 hits · 38 pts
SeverityFileLineSnippetContext
HIGH…pter/Internal/Persistence/VisualizerRuntimeTemplate.cs3// This code was generated by a tool.COMMENT
HIGH…ka.TestKit/EventFilter/EventFilterFactory_Generated.cs10// This code was generated by a tool.COMMENT
HIGH…re/Akka.Streams/Dsl/Internal/InternalFlowOperations.cs316 /// value of that task will be emitted downstreams. As many tasks as requested elements byCOMMENT
HIGH…es/Stocks/SymbolLookup/Properties/Settings.Designer.cs10// This code was generated by a tool.COMMENT
HIGH…s/Stocks/SymbolLookup/Properties/Resources.Designer.cs10// This code was generated by a tool.COMMENT
Cross-File Repetition7 hits · 35 pts
SeverityFileLineSnippetContext
HIGH…re/Akka.Remote.Tests/Artery/ArteryControlStreamSpec.cs0akka.actor.provider = "akka.remote.remoteactorrefprovider, akka.remote" akka.remote.artery.enabled = on akka.remote.arteSTRING
HIGH…c/core/Akka.Remote.Tests/Artery/ArteryTransportSpec.cs0akka.actor.provider = "akka.remote.remoteactorrefprovider, akka.remote" akka.remote.artery.enabled = on akka.remote.arteSTRING
HIGH…ore/Akka.Remote.Tests/Artery/ArteryBackpressureSpec.cs0akka.actor.provider = "akka.remote.remoteactorrefprovider, akka.remote" akka.remote.artery.enabled = on akka.remote.arteSTRING
HIGH…ka.Remote.Tests/Artery/ArteryLargeMessageStreamSpec.cs0akka.actor.provider = "akka.remote.remoteactorrefprovider, akka.remote" akka.remote.artery.enabled = on akka.remote.arteSTRING
HIGH…ence.Query.InMemory.Tests/InMemoryFromEndOffsetSpec.cs0akka.loglevel = info akka.persistence.journal.inmem { event-adapters { color-tagger = "{{typeof(colorfruittagger).fullnaSTRING
HIGH…Query.InMemory.Tests/InMemoryCurrentEventsByTagSpec.cs0akka.loglevel = info akka.persistence.journal.inmem { event-adapters { color-tagger = "{{typeof(colorfruittagger).fullnaSTRING
HIGH…stence.Query.InMemory.Tests/InMemoryEventsByTagSpec.cs0akka.loglevel = info akka.persistence.journal.inmem { event-adapters { color-tagger = "{{typeof(colorfruittagger).fullnaSTRING
Decorative Section Separators4 hits · 18 pts
SeverityFileLineSnippetContext
MEDIUMsrc/core/Akka/IO/TcpConnection.cs29 // ┌──────────────────────── ASCII *phase* diagram ─────────────────────────┐COMMENT
MEDIUMsrc/core/Akka/IO/TcpConnection.cs32 // │ |Connecting |──────────────►|AwaitReg |──Register──────────┐ │COMMENT
MEDIUMsrc/core/Akka/IO/TcpConnection.cs41 // │ | Closing |───────────────►|Closed | │COMMENT
MEDIUMsrc/core/Akka/IO/TcpConnection.cs44 // └─────────────────────────────────────────────────────────────────────────┘COMMENT
AI Response Leakage1 hit · 8 pts
SeverityFileLineSnippetContext
HIGHsrc/contrib/cluster/Akka.DistributedData/ORSet.cs159 /// In this implementation we compare the `dot` of the present element to the version vectorCOMMENT
AI Slop Vocabulary3 hits · 7 pts
SeverityFileLineSnippetContext
MEDIUM…re/Akka.Remote/Artery/SystemMessageDeliveryMessages.cs167 /// the serializer is complete/robust even though, in normal operation, this type is neverCOMMENT
MEDIUM…c/core/Akka.Remote.Tests/Artery/ArteryReconnectSpec.cs289 // retrying a throwaway probe until one round-trips. This is the robust,STRING
MEDIUM…luster.Sharding.Tests.MultiNode/ClusterShardingSpec.cs58 // mode, then leverage the common _config and fallbacks after these specific test configs:COMMENT
Hyper-Verbose Identifiers4 hits · 4 pts
SeverityFileLineSnippetContext
LOWdocs/template/styles/docfx.js916 function updateVisibilityAndSelection(group, state) {CODE
LOWdocs/template/styles/docfx.js1019 function updateTabsQueryStringParam(state) {CODE
LOWdocs/template/styles/docfx.js1110 function getCurrentWindowAbsolutePath() {CODE
LOWdocs/template/styles/docfx.js1174 function workAroundFixedHeaderForAnchors() {CODE
Slop Phrases1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…re/Akka.Persistence.TCK/Performance/JournalPerfSpec.cs32 /// In case your journal plugin needs some kind of teardown, override the `AfterAll` method (don't forget to call `bCOMMENT
Verbosity Indicators1 hit · 2 pts
SeverityFileLineSnippetContext
LOWsrc/core/Akka.Streams/Dsl/Hub.cs869 /// we need to check if it was blocking us from advancing (being the slowest)COMMENT