MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / characters

Method characters

src/monogatari.ts:1169–1171  ·  view source on GitHub ↗
(object: Record<string, Character> | null = null)

Source from the content-addressed store, hash-verified

1167 }
1168
1169 static characters (object: Record<string, Character> | null = null): Record<string, Character> {
1170 return _characters (this.asEngine (), object);
1171 }
1172
1173 static character (id: string, object: Partial<Character> | null = null): Character | undefined {
1174 return _character (this.asEngine (), id, object);

Callers 8

preloadMethod · 0.95
willApplyMethod · 0.80
constructorMethod · 0.80
willApplyMethod · 0.80
constructorMethod · 0.80
willApplyMethod · 0.80
willApplyMethod · 0.80
commands.jsFile · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected