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

Method String

undo.go:302–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302func (undoState *UndoState) String() string {
303 return undoState.Serialized + fmt.Sprintf(" Deletion: %t", undoState.Deletion)
304}
305
306func (undoState *UndoState) SameAs(other *UndoState) bool {
307 return undoState.Serialized == other.Serialized && other.Deletion == undoState.Deletion

Callers 15

DrawMethod · 0.45
HandleDroppedFilesMethod · 0.45
DeadlineTextMethod · 0.45
DrawCardMethod · 0.45
DeserializeMethod · 0.45
SaveMethod · 0.45
OpenProjectFromFunction · 0.45
DeserializeMethod · 0.45
NavigateMethod · 0.45
DeserializeMethod · 0.45
NewProgramSettingsFunction · 0.45
SaveSettingsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected