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

Function usage

src/commands/summary/summary.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17function usage(): string {
18 return ['Usage:', ' /summary', ' /summary --help'].join('\n')
19}
20
21export const call: LocalCommandCall = async (args, context) => {
22 if ((process.env.NCODE_BUILD_MODE !== 'noumena' && process.env.USER_TYPE !== 'ant')) {

Callers 1

callFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected