Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/deployd/deployd
/ paths
Function
paths
test/router.unit.js:180–182 ·
view source on GitHub ↗
(result)
Source
from the content-addressed store, hash-verified
178
});
179
180
function
paths(result) {
181
return
result.map(
function
(r) {
return
r.path; });
182
}
183
184
it (
'should match /index.html to /'
,
function
() {
185
var
result = this.router.matchResources(
'/index.html'
);
Callers
1
router.unit.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected