Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/Marinus
/ initialize_tpd_list
Function
initialize_tpd_list
web_server/public/javascripts/meta.js:688–693 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
686
}
687
688
function
initialize_tpd_list() {
689
var
url =
"/api/v1.0/tpds/search"
;
690
var
query =
""
;
691
692
make_get_request(url + query, display_tpds,
""
,
"tpds"
);
693
}
Callers
1
build_page
Function · 0.85
Calls
1
make_get_request
Function · 0.85
Tested by
no test coverage detected