MCPcopy Create free account
hub / github.com/MrNothing/AI-Blocks /

Class

Sources/src/Model/Managers/ScriptsManager.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const isDirectory = source => lstatSync(source).isDirectory()
7
8export default class ScriptsManager{
9 constructor() {
10 this.scripts = {};
11 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected