MCPcopy Index your code
hub / github.com/pyscript/pyscript / getID

Function getID

core/src/plugins/py-editor.js:15–15  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

13
14let id = 0;
15const getID = (type) => `${type}-editor-${id++}`;
16
17const envs = new Map();
18const configs = new Map();

Callers 2

makeOutDivFunction · 0.70
initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected