MCPcopy Index your code
hub / github.com/su-kaka/gcli2api / refreshCredsStatus

Function refreshCredsStatus

front/common.js:1398–1398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1396// =====================================================================
1397// 普通凭证管理
1398function refreshCredsStatus() { AppState.creds.refresh(); }
1399function applyStatusFilter() { AppState.creds.applyStatusFilter(); }
1400function changePage(direction) { AppState.creds.changePage(direction); }
1401function changePageSize() { AppState.creds.changePageSize(); }

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.80

Tested by

no test coverage detected