Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 16, 2021 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/4ce10c9f8556210e74554b3d7046c535 to your computer and use it in GitHub Desktop.
Save Whateverable/4ce10c9f8556210e74554b3d7046c535 to your computer and use it in GitHub Desktop.
greppable6
findmethod
File Code
JGOFF/Perl6-Parser
…/Parser.pm6 :544:
my $g := nqp::findmethod(
JGOFF/Perl6-Parser
…/Parser.pm6 :548:
my $a := nqp::findmethod(
VRURG/OO-Plugin
…/Plugin.pm6 :200:
nqp::atkey(nqp::findmethod($/, 'hash')($/), $key)
Altai-man/Slang-Kazu
…/Kazu.pm6 :88:
nqp::atkey(nqp::findmethod(h, 'hash')(h), k)
FROGGS/p6-Slang-Tuxic
…/Tuxic.pm :6:
nqp::atkey(nqp::findmethod(h, 'hash')(h), k)
FROGGS/p6-overload-constant
…/constant.pm :7:
nqp::atkey(nqp::findmethod(h, 'hash')(h), k)
MattOates/BioInfo
…/BioInfo.pm6 :20:
my $seq := nqp::atkey(nqp::findmethod($/, 'hash')($/), 'bioseq');
drforr/perl6-Perl6-Parser
…/Parser.pm6 :544:
my $g := nqp::findmethod(
drforr/perl6-Perl6-Parser
…/Parser.pm6 :548:
my $a := nqp::findmethod(
drforr/perl6-slang-roman
…/Roman.pm6 :178:
{ nqp::atkey(nqp::findmethod(h, 'hash')(h), k) }
jnthn/rakudo-debugger
…/CommandLine.pm :15:
my $comp'd := nqp::findmethod($compiler, 'compile')($compiler,
perl6/doc
…/words.pws :386:
findmethod
skids/perl6-Control-Bail
…/Bail.pm6 :87:
nqp::atkey(nqp::findmethod(h, 'hash')(h), k)
tadzik/Grammar-BNF
…/ABNF.pm :9:
nqp::atkey(nqp::findmethod(h, 'hash')(h), k)
tadzik/Grammar-BNF
…/BNF.pm :9:
nqp::atkey(nqp::findmethod(h, 'hash')(h), k)
tony-o/perl6-slang-sql
…/SQL.pm6 :42:
nqp::atkey(nqp::findmethod(h, 'hash')(h), k)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment