Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ParallelTask/dinoloop
/ head
Method
head
tests/integration/attributes.spec.ts:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
39
@HttpHead(
'/head'
)
40
head(): any {
41
return
{ data:
'Head'
};
42
}
43
44
@HttpDelete(
'/delete'
)
45
del(): any {
Callers
1
attributes.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected