Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/framework7io/framework7
/ create
Function
create
src/core/modules/demo-module.js:8–10 ·
view source on GitHub ↗
(instance)
Source
from the content-addressed store, hash-verified
6
console.log(Class, params);
7
},
8
create(instance) {
9
console.log(
'init'
, instance);
10
},
11
// App Params related to module
12
params: {
13
a: 1,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected