Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/culvertsoft/mgen
/ getShortName
Function
getShortName
mgen-javascriptlib/src/main/javascript/mgen-lib.js:172–175 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
170
}
171
172
function
getShortName(path) {
173
var
a = path.split(
"."
);
174
return
a[a.length - 1];
175
}
176
177
function
treeIndexGet(obj, path) {
178
var
original_path = path;
Callers
2
handleConflict
Function · 0.85
registerClass
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected