Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libcloogle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Cloogle
libcloogle
Commits
37db2a91
Verified
Commit
37db2a91
authored
Sep 29, 2018
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add usage_aggregate field on Result for clean-cloogle/cloogle.org#204
parent
60c8eb36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Cloogle/API.dcl
Cloogle/API.dcl
+1
-0
No files found.
Cloogle/API.dcl
View file @
37db2a91
...
...
@@ -65,6 +65,7 @@ from Text.GenJSON import generic JSONEncode, generic JSONDecode, :: JSONNode
,
icl_line
::
Maybe
Int
//* The line in the implementation module of this entry
,
name
::
String
//* The name of the entry
,
distance
::
Int
//* A distancy measure, lower is more relevant
,
usage_aggregate
::
Int
//* Number of usages in the database, including usages of members/fields/constructors
,
builtin
::
Maybe
Bool
//* Whether this is a builtin function
,
documentation
::
Maybe
String
//* The CleanDoc description for this result
,
langrep_documentation
::
Maybe
[
CleanLangReportLocation
]
//* Documentation in the Clean language report
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment