Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodeSolidServer/node-solid-server
/ isAuxiliary
Function
isAuxiliary
lib/handlers/put.mjs:98–102 ·
view source on GitHub ↗
(req)
Source
from the content-addressed store, hash-verified
96
}
97
98
function
isAuxiliary (req) {
99
const
originalUrlParts = req.originalUrl.split(
'.'
)
100
const
ext = originalUrlParts[originalUrlParts.length - 1]
101
return
(ext ===
'acl'
|| ext ===
'meta'
)
102
}
Callers
1
handler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected