Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ParallelTask/dinoloop
/ get
Method
get
tests/integration/attributes.spec.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
@HttpGet(
'/get'
)
20
get(): any {
21
return
{ data:
'Get'
};
22
}
23
24
@HttpGet(
'/getWithoutData'
)
25
getWithoutDate(): void {
Callers
1
attributes.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected