Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
14
let
id = 0;
15
const
getID = (
type
) => `${
type
}-editor-${id++}`;
16
17
const
envs =
new
Map();
18
const
configs =
new
Map();
Callers
2
makeOutDiv
Function · 0.70
init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected