MCPcopy
hub / github.com/GitbookIO/gitbook / arrayToLevel

Function arrayToLevel

lib/modifiers/summary/moveArticleAfter.js:50–52  ·  view source on GitHub ↗

@param {Array } @return {String}

(a)

Source from the content-addressed store, hash-verified

48 @return {String}
49 */
50function arrayToLevel(a) {
51 return a.join('.');
52}
53
54function increment(level) {
55 level = levelToArray(level);

Callers 1

incrementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…