MCPcopy Index your code
hub / github.com/bugy/script-server / createStore

Function createStore

web-src/tests/unit/scriptExecutor_test.js:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15localVue.use(Vuex);
16
17function createStore() {
18 return new Vuex.Store({
19 modules: {
20 scriptExecutor: scriptExecutor(123, 'my script', {})
21 }
22 });
23}
24
25function mockStopEndpoint(id) {
26 const spy = sinon.spy(function () {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected