MCPcopy Create free account
hub / github.com/compozy/agh / normalizeNativeMemoryActorKind

Function normalizeNativeMemoryActorKind

internal/daemon/native_tools.go:71–73  ·  view source on GitHub ↗
(actorKind string)

Source from the content-addressed store, hash-verified

69)
70
71func normalizeNativeMemoryActorKind(actorKind string) nativeMemoryActorKind {
72 return nativeMemoryActorKind(taskpkg.ActorKind(actorKind).Normalize())
73}
74
75type daemonNativeToolsDeps struct {
76 Registry func() toolspkg.Registry

Callers 1

memoryCallerActorKindMethod · 0.85

Calls 2

nativeMemoryActorKindTypeAlias · 0.85
NormalizeMethod · 0.45

Tested by

no test coverage detected