MCPcopy
hub / github.com/basecamp/once / Mark

Function Mark

internal/mouse/tracker.go:33–35  ·  view source on GitHub ↗

Mark wraps content with mouse-tracking markers using the default tracker.

(name, content string)

Source from the content-addressed store, hash-verified

31
32// Mark wraps content with mouse-tracking markers using the default tracker.
33func Mark(name, content string) string {
34 return defaultTracker.Mark(name, content)
35}
36
37// Sweep strips markers and records screen coordinates using the default tracker.
38func Sweep(content string) string {

Callers 8

ViewMethod · 0.92
ViewMethod · 0.92
ViewMethod · 0.92
ViewMethod · 0.92
renderActionCompleteMethod · 0.92
renderContentMethod · 0.92
popupHelpChromeFunction · 0.92
TestMark_DefaultTrackerFunction · 0.85

Calls 1

MarkMethod · 0.80

Tested by 1

TestMark_DefaultTrackerFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…