MCPcopy Index your code
hub / github.com/coder/coder / File

TypeAlias File

cli/config/file.go:71–71  ·  view source on GitHub ↗

File provides convenience methods for interacting with *os.File.

Source from the content-addressed store, hash-verified

69
70// File provides convenience methods for interacting with *os.File.
71type File string
72
73func (f File) Exists() bool {
74 if f == "" {

Callers 7

SessionMethod · 0.70
ReplicaIDMethod · 0.70
URLMethod · 0.70
OrganizationMethod · 0.70
DotfilesURLMethod · 0.70
PostgresPasswordMethod · 0.70
PostgresPortMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected