MCPcopy 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
35end
36
37describe "eval" do

Callers 2

receive_dataMethod · 0.85
client_spec.rbFile · 0.85

Calls 1

eval_specMethod · 0.80

Tested by

no test coverage detected