Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ testBinary
Method
testBinary
lib/nodets/test/test_handler.ts:132–134 ·
view source on GitHub ↗
(thing: Buffer)
Source
from the content-addressed store, hash-verified
130
return
Q.resolve(thing);
131
}
132
testBinary(thing: Buffer) {
133
return
Q.resolve(thing);
134
}
135
testUuid(thing: uuid) {
136
return
Q.resolve(thing);
137
}
Callers
1
ThriftTestDriver
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected