MCPcopy 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
27export const isSuccess = (status: number): boolean => {
28 return status >= 200 && status < 300
29}
30
31export const base64 = (str: string): string => {
32 try {

Callers 1

requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected