Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/inkeep/open-knowledge
/ loopback.test.ts
File
loopback.test.ts
packages/server/src/loopback.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, test } from
'bun:test'
;
2
import
{ isAllowedWorkspaceHostHeader, isLoopbackAddress } from
'./loopback'
;
3
4
describe(
'isLoopbackAddress'
, () => {
Callers
nothing calls this directly
Calls
2
isLoopbackAddress
Function · 0.90
isAllowedWorkspaceHostHeader
Function · 0.90
Tested by
no test coverage detected