MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / p

Method p

utils/binary/builder.go:28–30  ·  view source on GitHub ↗
(f func(*pbuf.UserBuffer[teacfg]))

Source from the content-addressed store, hash-verified

26}
27
28func (b *Builder) p(f func(*pbuf.UserBuffer[teacfg])) {
29 (*orbyte.Item[pbuf.UserBuffer[teacfg]])(b).P(f)
30}
31
32// ToBytes return data with tea encryption if key is set
33//

Callers 7

TestBuilderTEAFunction · 0.95
ToBytesMethod · 0.95
PackMethod · 0.95
WriteMethod · 0.95
ReadFromMethod · 0.95
WriteStructMethod · 0.95
WriteU8Method · 0.95

Calls

no outgoing calls

Tested by 1

TestBuilderTEAFunction · 0.76