MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / searchFn

Function searchFn

frontend/src/hooks/useInstanceTag.ts:77–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75export function useInstanceTagSearch() {
76 const tags = ref<string[]>([]);
77 let searchFn: Function = () => {};
78
79 const selectTag = (tag: string) => {
80 tags.value.push(tag);

Callers 3

selectTagFunction · 0.85
removeTagFunction · 0.85
clearTagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected