MCPcopy Index your code
hub / github.com/MALSync/MALSync / keys

Method keys

src/chibiScript/ChibiRegistry.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 public keys(): string[] {
31 return Array.from(this.store.keys());
32 }
33}
34
35export const chibiRegistrySingleton = new ChibiRegistry();

Callers 15

mainFunction · 0.80
startFunction · 0.80
pagesMain.jsFile · 0.80
wrapChunksMethod · 0.80
singleCaseFunction · 0.80
generalListTestsFunction · 0.80
initMethod · 0.80
syncItemFunction · 0.80
hasValueAndIsNotEmptyMethod · 0.80
durationToMsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected