MCPcopy Create free account
hub / github.com/agent-tower/core / get

Method get

packages/web/src/lib/api-client.ts:58–60  ·  view source on GitHub ↗
(endpoint: string, options?: RequestOptions)

Source from the content-addressed store, hash-verified

56 }
57
58 get<T>(endpoint: string, options?: RequestOptions) {
59 return this.request<T>(endpoint, { ...options, method: 'GET' })
60 }
61
62 post<T>(endpoint: string, data?: unknown, options?: RequestOptions) {
63 return this.request<T>(endpoint, {

Callers 15

buildWorkspaceViewsFunction · 0.45
TerminalTabs.tsxFile · 0.45
HistoryViewFunction · 0.45
buildTreeFunction · 0.45
CommitTimelineFunction · 0.45
ReviewViewFunction · 0.45
TaskDetailFunction · 0.45
TaskListFunction · 0.45
getMentionLabelFunction · 0.45
resolveSenderMemberFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected