MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / fetchCodeData

Function fetchCodeData

frontend/src/components/assistants/index.tsx:141–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 fetchModelsList()
140 fetchDataRetrievalData(params)
141 const fetchCodeData = async () => {
142 const res = await getViewCode('assistant')
143 setViewCodeData(res.data)
144 }
145 fetchCodeData()
146 }, []);
147 useEffect(() => {

Callers 1

AssistantFunction · 0.70

Calls 1

getViewCodeFunction · 0.90

Tested by

no test coverage detected