MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / touch_interaction

Method touch_interaction

atomic-agent/src/turn/phase.rs:1324–1326  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1322 }
1323
1324 fn touch_interaction(&mut self) {
1325 self.interaction_touched.set(true);
1326 }
1327
1328 fn clear_ended_at(&mut self) {
1329 self.ended_at_cleared.set(true);

Callers 1

apply_common_actionsFunction · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected