Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 18ed6bd

Browse files
committed
Add missing qldoc
1 parent 9091528 commit 18ed6bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ql/src/semmle/go/frameworks/Protobuf.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import go
44

55
/** Provides models of commonly used functions and types in the protobuf packages. */
66
module Protobuf {
7+
/** Gets the name of a protobuf implementation package. */
78
string protobufPackages() {
89
result in ["github.com/golang/protobuf/proto", "google.golang.org/protobuf/proto"]
910
}

0 commit comments

Comments
 (0)