MCPcopy Create free account
hub / github.com/GCWing/BitFun / title

Method title

src/crates/services/services-integrations/src/remote_connect.rs:2479–2481  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2477 }
2478
2479 pub fn title(&self) -> String {
2480 self.state.read().unwrap().title.clone()
2481 }
2482
2483 pub fn turn_status(&self) -> String {
2484 self.state.read().unwrap().turn_status.clone()

Callers 15

create_main_windowFunction · 0.80
send_system_notificationFunction · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls 2

cloneMethod · 0.45
readMethod · 0.45