Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
export
function
useInstanceTagSearch() {
76
const
tags = ref<string[]>([]);
77
let
searchFn: Function = () => {};
78
79
const
selectTag = (tag: string) => {
80
tags.value.push(tag);
Callers
3
selectTag
Function · 0.85
removeTag
Function · 0.85
clearTags
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected