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

Function usage

src/commands/break-cache/break-cache.ts:46–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46function usage(): string {
47 return [
48 'Usage:',
49 ' /break-cache',
50 ' /break-cache status',
51 ' /break-cache bump [reason]',
52 ' /break-cache set <value>',
53 ' /break-cache clear',
54 ' /break-cache reset-state',
55 ].join('\n')
56}
57
58function buildBumpValue(reason: string | null): string {
59 const sanitized = sanitizeValue(reason ?? '')

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected