Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/vuex
/ get
Method
get
src/module/module-collection.js:10–14 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
8
}
9
10
get (path) {
11
return
path.reduce((module, key) => {
12
return
module.getChild(key)
13
}, this.root)
14
}
15
16
getNamespace (path) {
17
let
module = this.root
Callers
5
register
Method · 0.95
unregister
Method · 0.95
isRegistered
Method · 0.95
module-collection.spec.js
File · 0.80
registerModule
Method · 0.80
Calls
1
getChild
Method · 0.80
Tested by
no test coverage detected