MCPcopy
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

registerMethod · 0.95
unregisterMethod · 0.95
isRegisteredMethod · 0.95
registerModuleMethod · 0.80

Calls 1

getChildMethod · 0.80

Tested by

no test coverage detected