MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / slice

Method slice

modules/files/resource/Resource.js:25–25  ·  view source on GitHub ↗
(begin, end)

Source from the content-addressed store, hash-verified

23 static exists(path) { return native("Resource_exists").call(this, path); }
24 get byteLength() { return native("Resource_get_byteLength").call(this); }
25 slice(begin, end) { return native("Resource_slice").call(this, begin, end); }
26}

Callers 1

getIndexMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected