Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ TestRPCVersionLatest
Function
TestRPCVersionLatest
vpn/version_test.go:11–14 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
TestRPCVersionLatest(t *testing.T) {
12
t.Parallel()
13
require.NoError(t, vpn.CurrentSupportedVersions.Validate())
14
}
15
16
func
TestRPCVersionParseString(t *testing.T) {
17
t.Parallel()
Callers
nothing calls this directly
Calls
1
Validate
Method · 0.65
Tested by
no test coverage detected