Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/existentialmutt/lt-ruby
/ eval_spec
Function
eval_spec
rb-src/spec/client_spec.rb:31–34 ·
view source on GitHub ↗
(code, ops={})
Source
from the content-addressed store, hash-verified
29
end
30
31
def eval_spec(code, ops={})
32
ops[:id] ||= 1
33
client.eval_spec ops[:id],
'code'
=> code,
'name'
=> ops[:file],
'path'
=> (ops[:path]||ops[:file])
34
end
35
end
36
37
describe
"eval"
do
Callers
2
receive_data
Method · 0.85
client_spec.rb
File · 0.85
Calls
1
eval_spec
Method · 0.80
Tested by
no test coverage detected