Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ getStruct
Method
getStruct
tutorial/rb/RubyServer.rb:76–79 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
74
end
75
76
def getStruct(key)
77
print
"getStruct("
, key,
")\n"
78
return @log[key]
79
end
80
81
def zip()
82
print
"zip\n"
Callers
1
RubyClient.rb
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected