MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / constructor

Method constructor

src/app/repo/resource.ts:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68
69export class CompiledResourceDAO extends Repo<CompiledResource> {
70 constructor() {
71 super(`compiled_resource`);
72 this.enableCache();
73 }
74
75 protected joinKey(key: string) {
76 return this.prefix + CompiledResourceNamespace + ":" + key;

Callers

nothing calls this directly

Calls 1

enableCacheMethod · 0.80

Tested by

no test coverage detected