MCPcopy Index your code
hub / github.com/ThatGuySam/doesitarm / kindRoutes

Method kindRoutes

build-lists.js:397–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 get kindRoutes () {
398 return Object.entries( this.makeKindLists() ).map( ([ kindSlug, kindList ]) => {
399 return kindList.routes
400 }).flat()
401 }
402
403 async saveKinds () {
404

Callers

nothing calls this directly

Calls 1

makeKindListsMethod · 0.95

Tested by

no test coverage detected