MCPcopy Create free account
hub / github.com/SolarLune/masterplan / DisableRecordInput

Method DisableRecordInput

contents.go:5692–5695  ·  view source on GitHub ↗

func (w *WebContents) EnableRecordInput() { w.RecordInput = true globals.EventLog.Log("Enabling web card input passthrough.", false) }

()

Source from the content-addressed store, hash-verified

5690// }
5691
5692func (w *InternetContents) DisableRecordInput() {
5693 w.RecordInput = false
5694 globals.EventLog.Log("Disabling web card input passthrough.", false)
5695}
5696
5697func (w *InternetContents) Draw() {
5698

Callers 1

DrawMethod · 0.95

Calls 1

LogMethod · 0.80

Tested by

no test coverage detected