MCPcopy Create free account
hub / github.com/FIND-Lab/AgentWard / constructor

Method constructor

core/warnings.ts:34–38  ·  view source on GitHub ↗
(type: string, description: string, details: string = "")

Source from the content-addressed store, hash-verified

32 description: string;
33 details: string;
34 constructor(type: string, description: string, details: string = "") {
35 this.type = type;
36 this.description = description;
37 this.details = details;
38 }
39}
40
41export function formatBasic(error: Warning | Warning[], header = "⚠️System Warning:"): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected