Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/InkTimeRecord/TTime
/ okIT
Method
okIT
src/common/class/R.ts:78–80 ·
view source on GitHub ↗
(info, data: string[] | string)
Source
from the content-addressed store, hash-verified
76
}
77
78
static okIT(info, data: string[] | string): R {
79
return
R.okCIT(R.SUCCESS, info, data)
80
}
81
82
static okD(data: object): R {
83
return
new
R(R.SUCCESS,
''
, data)
Callers
15
apiTranslateCallback
Method · 0.80
apiTranslate
Method · 0.80
apiTranslate
Method · 0.80
apiTranslateCallback
Method · 0.80
apiTranslate
Method · 0.80
apiTranslate
Method · 0.80
apiTranslate
Method · 0.80
apiTranslate
Method · 0.80
apiTranslate
Method · 0.80
apiTranslate
Method · 0.80
apiTranslateCallback
Method · 0.80
apiTranslate
Method · 0.80
Calls
1
okCIT
Method · 0.80
Tested by
no test coverage detected