MCPcopy Create free account
hub / github.com/ShipSecAI/studio / getApiAuthHeaders

Function getApiAuthHeaders

frontend/src/services/api.ts:917–919  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

915};
916
917export async function getApiAuthHeaders(): Promise<Record<string, string>> {
918 return getAuthHeaders();
919}
920
921export default api;

Callers 15

loadFunction · 0.90
useAgentChatTransportFunction · 0.90
apiRequestFunction · 0.90
listGroupsFunction · 0.90
listTemplatesFunction · 0.90
getGroupFunction · 0.90
getGroupServersFunction · 0.90
getGroupHealthFunction · 0.90
syncTemplatesFunction · 0.90
importTemplateFunction · 0.90
deleteGroupFunction · 0.90
discoverFunction · 0.90

Calls 1

getAuthHeadersFunction · 0.85

Tested by

no test coverage detected