IsLocal return true if the Module is a local Module. Modules are either local or remote. A local Module is one which was built from sources from the "local context", such a Workspace containing Modules, or a ModuleNode in a CreateCommitRequest. Local Modules are important for understanding what Mo
()
| 162 | // |
| 163 | // Remote Modules will always have FullNames. |
| 164 | IsLocal() bool |
| 165 | |
| 166 | // V1Beta1OrV1BufYAMLObjectData returns the original source buf.yaml associated with this Module, if the |
| 167 | // Module was backed with a v1beta1 or v1 buf.yaml. |
no outgoing calls
no test coverage detected