Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/Marinus
/ fetch_user_info
Function
fetch_user_info
web_server/public/javascripts/admin.js:53–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
52
53
function
fetch_user_info() {
54
var
url =
"/api/v1.0/admin/self"
;
55
var
query =
""
;
56
57
make_get_request(url + query, display_user_info);
58
}
59
Callers
1
buildPage
Function · 0.85
Calls
1
make_get_request
Function · 0.85
Tested by
no test coverage detected