Files
vibn-agent-runner/node_modules/protobufjs/google/protobuf/source_context.proto
2026-02-26 14:50:20 -08:00

8 lines
98 B
Protocol Buffer

syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}