MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Encode

Method Encode

catalog/comment.go:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (c *Comment[T]) Encode() string {
48 jsonData, err := json.Marshal(c)
49 if err != nil {
50 panic(err)
51 }
52 return ManagedCommentPrefix + base64.StdEncoding.EncodeToString(jsonData)
53}

Callers 6

createAllTableMethod · 0.45
AddColumnMethod · 0.45
DropColumnMethod · 0.45
ModifyColumnMethod · 0.45
CreateIndexMethod · 0.45
updateExtraTableInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected