MCPcopy Index your code
hub / github.com/Permify/permify / String

Method String

pkg/database/token.go:6–6  ·  view source on GitHub ↗

String returns the string representation of the continuous token.

()

Source from the content-addressed store, hash-verified

4type EncodedContinuousToken interface {
5 // String returns the string representation of the continuous token.
6 String() string
7 // Decode decodes the continuous token from a string
8 Decode() (ContinuousToken, error)
9}

Callers 6

TestConstsFunction · 0.65
TestNoopContinuousTokenFunction · 0.65
GetEngineTypeMethod · 0.65
setDefaultQueryExecModeFunction · 0.65
setPlanCacheModeFunction · 0.65
GetEngineTypeMethod · 0.65

Implementers 7

NoopEncodedContinuousTokenpkg/database/token.go
NoopEncodedTokenpkg/token/token.go
EncodedContinuousTokeninternal/storage/postgres/utils/pagina
EncodedTokeninternal/storage/postgres/snapshot/tok
EncodedContinuousTokeninternal/storage/memory/utils/paginati
EncodedTokeninternal/storage/memory/snapshot/token
EncodedContinuousTokeninternal/storage/context/utils/paginat

Calls

no outgoing calls

Tested by 2

TestConstsFunction · 0.52
TestNoopContinuousTokenFunction · 0.52