Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livekit/livekit
/ Match
Interface
Match
pkg/clientconfiguration/match.go:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
)
28
29
type
Match
interface
{
30
Match(clientInfo *livekit.ClientInfo) (bool, error)
31
}
32
33
type
ScriptMatch
struct
{
34
compiled *tengo.Compiled
Callers
1
GetConfiguration
Method · 0.65
Implementers
1
ScriptMatch
pkg/clientconfiguration/match.go
Calls
no outgoing calls
Tested by
no test coverage detected