Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SolarLune/masterplan
/ Serialize
Method
Serialize
contents.go:2466–2469 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2464
}
2465
2466
func
(mapData *MapData) Serialize() string {
2467
dataStr, _ := sjson.Set(
"{}"
,
"contents"
, mapData.Data)
2468
return
dataStr
2469
}
2470
2471
func
(mapData *MapData) Deserialize(data string) {
2472
Callers
10
Push
Method · 0.95
Rotate
Method · 0.95
Flip
Method · 0.95
NewMapContents
Function · 0.45
Update
Method · 0.45
ReceiveMessage
Method · 0.45
ForceUndoStateCreation
Method · 0.45
NewTableContents
Function · 0.45
Draw
Method · 0.45
ReceiveMessage
Method · 0.45
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected