MCPcopy
hub / github.com/OHIF/Viewers / getPathComponents

Method getPathComponents

platform/core/src/utils/objectPath.js:91–93  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

89 }
90
91 static getPathComponents(path) {
92 return typeof path === 'string' ? path.split('.') : null;
93 }
94}
95
96export default ObjectPath;

Callers 3

setMethod · 0.80
getMethod · 0.80
objectPath.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected