Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ isSuccess
Function
isSuccess
frontend/src/client/core/request.ts:27–29 ·
view source on GitHub ↗
(status: number)
Source
from the content-addressed store, hash-verified
25
}
26
27
export
const
isSuccess = (status: number): boolean => {
28
return
status >= 200 && status < 300
29
}
30
31
export
const
base64 = (str: string): string => {
32
try {
Callers
1
request
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected