Home
last modified time | relevance | path

Searched refs:modfileFlagExists (Results 1 – 5 of 5) sorted by relevance

/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go598 if modfileFlag, err := v.modfileFlagExists(ctx, v.Options().Env); err != nil {
768 func (v *view) modfileFlagExists(ctx context.Context, env []string) (bool, error) { func
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go586 if modfileFlag, err := v.modfileFlagExists(ctx, v.Options().Env); err != nil {
755 func (v *view) modfileFlagExists(ctx context.Context, env []string) (bool, error) { func
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go598 if modfileFlag, err := v.modfileFlagExists(ctx, v.Options().Env); err != nil {
774 func (v *view) modfileFlagExists(ctx context.Context, env []string) (bool, error) { func
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go598 if modfileFlag, err := v.modfileFlagExists(ctx, v.Options().Env); err != nil {
767 func (v *view) modfileFlagExists(ctx context.Context, env []string) (bool, error) { func
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview.go780 if modfileFlag, err := v.modfileFlagExists(ctx, v.Options().Env); err != nil {
922 func (v *View) modfileFlagExists(ctx context.Context, env []string) (bool, error) { func