MCPcopy
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
70function sort(dependencies) {

Callers 6

sortFunction · 0.95
publish.jsFile · 0.80
hFunction · 0.80
jasmine.jsFile · 0.80
parser.jsFile · 0.80
compareForEqualityFunction · 0.80

Calls 1

visitMethod · 0.95

Tested by

no test coverage detected