MCPcopy
hub / github.com/InkTimeRecord/TTime / okD

Method okD

src/common/class/R.ts:82–84  ·  view source on GitHub ↗
(data: object)

Source from the content-addressed store, hash-verified

80 }
81
82 static okD(data: object): R {
83 return new R(R.SUCCESS, '', data)
84 }
85
86 static ok(): R {
87 return new R(R.SUCCESS, '', {})

Callers 15

DeepLChannelRequestClass · 0.80
BaiduChannelRequestClass · 0.80
onmessageMethod · 0.80
oncloseMethod · 0.80
BingChannelRequestClass · 0.80
onmessageMethod · 0.80
oncloseMethod · 0.80
onmessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected