MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp

Function _temp

src/state/AppState.tsx:111–116  ·  view source on GitHub ↗
(prev)

Source from the content-addressed store, hash-verified

109 return t6;
110}
111function _temp(prev) {
112 return {
113 ...prev,
114 toolPermissionContext: createDisabledBypassPermissionsContext(prev.toolPermissionContext)
115 };
116}
117function useAppStore(): AppStateStore {
118 // eslint-disable-next-line react-hooks/rules-of-hooks
119 const store = useContext(AppStoreContext);

Callers

nothing calls this directly

Tested by

no test coverage detected