MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / makeKindFilePath

Function makeKindFilePath

helpers/api/kind.js:48–50  ·  view source on GitHub ↗
({ kindSlug, number })

Source from the content-addressed store, hash-verified

46}
47
48function makeKindFilePath ({ kindSlug, number }) {
49 return `${ apiDirectory }${ makeKindEndpoint({ kindSlug, number }) }.json`
50}
51
52
53// let timeSummaryRun = 0

Callers 1

apiFilesMethod · 0.85

Calls 1

makeKindEndpointFunction · 0.85

Tested by

no test coverage detected