MCPcopy Index your code
hub / github.com/existentialmutt/lt-ruby / eval_spec

Method eval_spec

rb-src/lt_client.rb:146–149  ·  view source on GitHub ↗
(id,args)

Source from the content-addressed store, hash-verified

144 end
145
146 def eval_spec(id,args)
147 run = HandleSpecs::Run.new(:client => self, :eval_id => id, :args => args)
148 run.result.send_responses!
149 end
150
151 def response_meta(request_meta)
152 result = request_meta || {}

Callers 1

eval_specFunction · 0.80

Calls 2

send_responses!Method · 0.80
resultMethod · 0.45

Tested by 1

eval_specFunction · 0.64