MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / PackForClient

Method PackForClient

pkg/util/shellutil/tokenswap.go:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (t *TokenSwapEntry) PackForClient() (string, error) {
56 unpackedToken := &UnpackedTokenType{
57 Token: t.Token,
58 RpcContext: t.RpcContext,
59 }
60 return unpackedToken.Pack()
61}
62
63func removeExpiredTokens() {
64 now := time.Now()

Callers 4

StartWslShellProcFunction · 0.80
StartRemoteShellProcFunction · 0.80
StartRemoteShellJobFunction · 0.80
StartLocalShellProcFunction · 0.80

Calls 1

PackMethod · 0.95

Tested by

no test coverage detected