Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/thinkjs/thinkjs
/ watch
Method
watch
test/case/application.js:97–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
this.cb = cb;
96
}
97
watch(){
98
console.log(
'start watch'
);
99
this.cb({});
100
}
101
};
102
const
option = Object.assign({}, defaultOption, {watcher});
103
let
app =
new
App(option);
Callers
1
startWatcher
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected