MCPcopy Create free account
hub / github.com/FeatureProbe/FeatureProbe / init

Function init

ui/src/pages/personalToken/hooks.tsx:23–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 };
22
23 const init = () => {
24 saveTokenInfo({
25 name: '',
26 role: undefined
27 });
28 saveOriginTokenInfo({
29 name: '',
30 role: undefined
31 });
32 };
33
34 return {
35 tokenInfo,

Callers 3

ProjectSettingFunction · 0.50
ProjectFunction · 0.50
TokenModalFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected