MCPcopy Create free account
hub / github.com/play-co/devkit / PUBLIC_API

Function PUBLIC_API

src/web/Simulator.js:20–23  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

18 var _simulatorId = 0;
19
20 function PUBLIC_API(f) {
21 f.PUBLIC_API = true;
22 return f;
23 }
24
25 // connection to simulator frame
26 var API = Class(ChannelAPI, function (supr) {

Callers 1

Simulator.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…