You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,7 +223,7 @@ The first five values identify the function to be modeled as a summary.
223
223
- The first value ``slices`` is the package name.
224
224
- The second value ``""`` is left blank, since the function is not a method of a type.
225
225
- The third value ``False`` is a flag that indicates whether or not the model also applies to subtypes. This has no effect for non-method functions.
226
-
- The fourth value ``Max`` is the function name.
226
+
- The fourth value ``Concat`` is the function name.
227
227
- The fifth value ``""`` is the input type signature. For Go it should always be an empty string. It is needed for other languages where multiple functions may have the same name and they need to be distinguished by the number and types of the arguments.
228
228
229
229
The sixth value should be left empty and is out of scope for this documentation.
0 commit comments