Skip to content

Commit 32acff7

Browse files
committed
Make groupPrefix() private
This could be made public in future. But I expect that we will want to use this logic for QL models as well then we will want to move it into a different file, which will be much easier if it's all private at the moment.
1 parent b64ef84 commit 32acff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private import internal.FlowSummaryImpl::Private::External
9191
private import codeql.mad.ModelValidation as SharedModelVal
9292

9393
/** Gets the prefix for a group of packages. */
94-
string groupPrefix() { result = "group:" }
94+
private string groupPrefix() { result = "group:" }
9595

9696
/**
9797
* Gets a package represented by `packageOrGroup`.

0 commit comments

Comments
 (0)