Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ init
Method
init
utils/binary/builder.go:23–26 ·
view source on GitHub ↗
(key []byte)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(tc *teacfg) init(key []byte) {
24
tc.key = ftea.NewTeaCipher(key)
25
tc.usetea = len(key) == 16
26
}
27
28
func
(b *Builder) p(f
func
(*pbuf.UserBuffer[teacfg])) {
29
(*orbyte.Item[pbuf.UserBuffer[teacfg]])(b).P(f)
Callers
1
NewBuilder
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected