Files
RoboCommander/node_modules/protobufjs/google/protobuf/source_context.proto

8 lines
105 B
Protocol Buffer
Raw Normal View History

2026-04-05 16:14:49 -04:00
syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}