MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / expectedTaskMetaId

Function expectedTaskMetaId

projects/electron/src/modules/code/yjsStorage.ts:86–88  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

84}
85
86function expectedTaskMetaId(id: string): string | null {
87 return id.startsWith("code:task:") ? id.slice("code:task:".length) : null
88}
89
90function readTaskMetaId(data: Uint8Array): string | null {
91 const doc = new Y.Doc()

Callers 1

isExpectedTaskDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected