Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
96
export
default ObjectPath;
Callers
3
set
Method · 0.80
get
Method · 0.80
objectPath.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected