MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox /

Class

backend/src/prompt-tool/prompt-tool.resolver.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5@Resolver()
6export class PromptToolResolver {
7 constructor(private readonly promptService: PromptToolService) {}
8
9 @Mutation(() => String)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected