MCPcopy Index your code
hub / github.com/processing/processing / matches

Method matches

app/src/processing/app/contrib/Contribution.java:392–392  ·  view source on GitHub ↗
(Contribution contrib)

Source from the content-addressed store, hash-verified

390
391 public interface Filter {
392 boolean matches(Contribution contrib);
393 }
394}

Callers 14

processMethod · 0.65
includeContributionMethod · 0.65
deleteTempMethod · 0.65
getCategoriesMethod · 0.65
matchFieldMethod · 0.65
contributionAddedMethod · 0.65
removeUpdateMethod · 0.65
insertUpdateMethod · 0.65
setMenuMnemonicsMethod · 0.65
writeIndentedLineMethod · 0.65
bufStartsMethod · 0.65
bufEndsMethod · 0.65

Implementers 1

ContributionListingapp/src/processing/app/contrib/Contrib

Calls

no outgoing calls

Tested by

no test coverage detected