MCPcopy
hub / github.com/ocsjs/ocsjs / methods

Function methods

packages/scripts/src/projects/icourse.ts:78–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77 },
78 methods() {
79 return {
80 main: async () => {
81 console.log(state, this.cfg.runAtHash);
82
83 CommonProject.scripts.render.methods.pin(this);
84 }
85 };
86 }
87 }),
88 study: new Script({
89 name: '🖥️ 学习脚本',

Callers

nothing calls this directly

Calls 3

handleVideoTestFunction · 0.85
studyFunction · 0.70
startFunction · 0.70

Tested by

no test coverage detected