MCPcopy Index your code
hub / github.com/OpenAgentPlatform/Dive / limiterCheck

Method limiterCheck

electron/main/oap.ts:203–208  ·  view source on GitHub ↗
(params: OAPLimiterCheckParam)

Source from the content-addressed store, hash-verified

201 }
202
203 limiterCheck(params: OAPLimiterCheckParam) {
204 return this.fetch<ApiResponse<OAPLimiterCheck>>("/api/v1/user/limiter/check", {
205 method: "POST",
206 body: JSON.stringify(params),
207 })
208 }
209}
210
211export const oapClient = new OAPClient()

Callers 1

ipcOapHandlerFunction · 0.80

Calls 1

fetchMethod · 0.95

Tested by

no test coverage detected