MCPcopy Index your code
hub / github.com/hydro-dev/Hydro / message

Method message

framework/framework/error.ts:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 get message() {
19 return this.msg();
20 }
21}
22
23const Err = (name: string, Class: IHydroError, ...info: Array<(() => string) | string | number>) => {

Callers 1

handleWSMethod · 0.45

Calls 1

msgMethod · 0.95

Tested by

no test coverage detected