MCPcopy Create free account
hub / github.com/massCodeIO/massCode / useHttpSearch

Function useHttpSearch

src/renderer/composables/spaces/http/useHttpSearch.ts:88–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88export function useHttpSearch() {
89 return {
90 clearSearch,
91 displayedRequests,
92 isSearch,
93 resetHttpSearchState,
94 search,
95 searchQuery,
96 searchSelectedIndex,
97 selectSearchRequest,
98 }
99}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected