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

Class

Sources/src/Model/Objects/Script.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const isDirectory = source => lstatSync(source).isDirectory()
5
6export default class Script{
7 constructor(id, source) {
8 this.id = id;
9 window.service.checkMaxID(this.id);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected