MCPcopy Create free account
hub / github.com/UncAnnyZ/MiniProgram-HotUpdate / jsRun

Function jsRun

app.js:9–17  ·  view source on GitHub ↗
(args, code)

Source from the content-addressed store, hash-verified

7 // js本地运行
8 // args是storage的信息
9 jsRun(args, code) {
10 const sandbox = {
11 wx,
12 args,
13 app: getApp()
14 };
15 const runCode = runInContext(code, sandbox);
16 return runCode
17 },
18
19 onLaunch() {
20 // 展示本地存储能力

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected