Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freshframework/fresh
/ toUrl
Method
toUrl
packages/fresh/src/test_utils.ts:61–63 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
59
}
60
61
private toUrl(path: string) {
62
return
new
URL(path,
"http://localhost/"
);
63
}
64
}
65
66
const
DEFAULT_CONFIG: ResolvedFreshConfig = {
Callers
7
get
Method · 0.95
post
Method · 0.95
patch
Method · 0.95
put
Method · 0.95
delete
Method · 0.95
head
Method · 0.95
options
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected