MCPcopy Create free account
hub / github.com/holaboss-ai/holaOS / constructor

Method constructor

runtime/api-server/src/memory.ts:31–34  ·  view source on GitHub ↗
(statusCode: number, message: string)

Source from the content-addressed store, hash-verified

29 readonly statusCode: number;
30
31 constructor(statusCode: number, message: string) {
32 super(message);
33 this.statusCode = statusCode;
34 }
35}
36
37type ResolvedMemoryBackend = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected