Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/jsonhero-web
/ concatenated
Function
concatenated
app/utilities/dataType.ts:7–9 ·
view source on GitHub ↗
(types: HierarchicalTypes)
Source
from the content-addressed store, hash-verified
5
}
6
7
export
function
concatenated(types: HierarchicalTypes): string {
8
return
types.types.join(
"/"
);
9
}
10
11
export
function
getHierarchicalTypes(
type
: JSONValueType): HierarchicalTypes {
12
let
types: string[] = [];
Callers
1
InfoHeader
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected