MCPcopy Create free account
hub / github.com/Noumena-Network/code / text

Function text

src/commands/break-cache/break-cache.ts:14–16  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

12const MAX_MARKER_LEN = 160
13
14function text(value: string): { type: 'text'; value: string } {
15 return { type: 'text', value }
16}
17
18function isFeatureEnabled(): boolean {
19 return feature('BREAK_CACHE_COMMAND') ? true : false

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected