Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsdoc/jsdoc
/ sort
Method
sort
lib/jsdoc/augment.js:61–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
sort() {
62
Object.keys(this.dependencies).forEach(key => {
63
this.visit(key);
64
});
65
66
return
this.sorted;
67
}
68
}
69
70
function
sort(dependencies) {
Callers
6
sort
Function · 0.95
publish.js
File · 0.80
h
Function · 0.80
jasmine.js
File · 0.80
parser.js
File · 0.80
compareForEquality
Function · 0.80
Calls
1
visit
Method · 0.95
Tested by
no test coverage detected