Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
function
makeKindFilePath ({ kindSlug, number }) {
49
return
`${ apiDirectory }${ makeKindEndpoint({ kindSlug, number }) }.json`
50
}
51
52
53
// let timeSummaryRun = 0
Callers
1
apiFiles
Method · 0.85
Calls
1
makeKindEndpoint
Function · 0.85
Tested by
no test coverage detected