MCPcopy Create free account
hub / github.com/existentialmutt/lt-ruby / watch

Method watch

rb-src/lt_client.rb:206–208  ·  view source on GitHub ↗
(expr, meta)

Source from the content-addressed store, hash-verified

204
205class LtWatch
206 def self.watch(expr, meta)
207 LtClient.active_client.send_response(nil, "clients.raise-on-object", [meta["obj"], "editor.eval.ruby.watch", {"meta" => meta, "result" => expr.inspect}]);
208 end
209end
210
211unless defined?(RSpec)

Callers

nothing calls this directly

Calls 2

send_responseMethod · 0.80
active_clientMethod · 0.80

Tested by

no test coverage detected