MCPcopy 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
2466func (mapData *MapData) Serialize() string {
2467 dataStr, _ := sjson.Set("{}", "contents", mapData.Data)
2468 return dataStr
2469}
2470
2471func (mapData *MapData) Deserialize(data string) {
2472

Callers 10

PushMethod · 0.95
RotateMethod · 0.95
FlipMethod · 0.95
NewMapContentsFunction · 0.45
UpdateMethod · 0.45
ReceiveMessageMethod · 0.45
NewTableContentsFunction · 0.45
DrawMethod · 0.45
ReceiveMessageMethod · 0.45

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected