Skip to content
Discussion options

You must be logged in to vote

Hi! You can use GitHub’s new code search (available at cs.github.com) to look for function definitions across multiple repositories.

To narrow down your search to only definitions, try using filters like:

function processPayment definition:true

or use language-specific patterns, for example:

def processPayment

or

function processPayment

You can also add filters such as:

org:

to search across all repositories in your organization.

This should help you find where the function is actually defined rather than where it’s being called.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Fortotest
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Search and Navigation Search, navigate, and understand code on GitHub Question Ask and answer questions about GitHub features and usage
6 participants