Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
DeepLChannelRequest
Class · 0.80
BaiduChannelRequest
Class · 0.80
OpenAIChannelRequest
Class · 0.80
onmessage
Method · 0.80
onclose
Method · 0.80
BingChannelRequest
Class · 0.80
AzureOpenAIChannelRequest
Class · 0.80
onmessage
Method · 0.80
onclose
Method · 0.80
GoogleChannelRequest
Class · 0.80
TTimeAIChannelRequest
Class · 0.80
onmessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected