Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created September 27, 2019 13:20
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/5dc88e01ff6be350d61825a3ba4be6d8 to your computer and use it in GitHub Desktop.
Save Whateverable/5dc88e01ff6be350d61825a3ba4be6d8 to your computer and use it in GitHub Desktop.
greppable6
is hidden
File Code
ALOREN/Terminal-Table
…/Table.pod :308:
Rerturn True if C<$c> column in C<$r> row of result table is hidden.
BDUGGAN/Grammar-PrettyErrors
…/PrettyErrors.pm6 :88:
multi method report-error($target,$msg) is hidden-from-backtrace {
BDUGGAN/Grammar-PrettyErrors
…/PrettyErrors.pm6 :97:
method parse( $target, |c) is hidden-from-backtrace {
CTILMES/DB-MySQL
…/Native.pm6 :292:
method check(int32 $code = $.errno) is hidden-from-backtrace
CTILMES/DB-MySQL
…/Native.pm6 :446:
method check(int32 $code = $.errno) is hidden-from-backtrace
CTILMES/DB-SQLite
…/Native.pm6 :38:
method check($code = $.db.errcode) is hidden-from-backtrace
CTILMES/DB-SQLite
…/Native.pm6 :166:
method check(int32 $code = $.errcode) is hidden-from-backtrace
CTILMES/DB-SQLite
…/Native.pm6 :196:
method prepare(Str:D $sql) is hidden-from-backtrace
ELIZABETH/Hash-LRU
…/LRU.pm6 :17:
method AT-KEY(::?CLASS:D: \key) is raw is hidden-from-backtrace {
ELIZABETH/Hash-LRU
…/LRU.pm6 :21:
method ASSIGN-KEY(::?CLASS:D: \key, \value) is hidden-from-backtrace {
ELIZABETH/Hash-LRU
…/LRU.pm6 :25:
method BIND-KEY(::?CLASS:D: \key, \value) is hidden-from-backtrace {
ELIZABETH/Hash-LRU
…/LRU.pm6 :29:
method STORE(\to_store) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :15:
sub nono($what, \map, \keys) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :24:
method AT-KEY(::?CLASS:D: \key) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :29:
method ASSIGN-KEY(::?CLASS:D: \key, \value) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :34:
method BIND-KEY(::?CLASS:D: \key, \value) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :41:
) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :58:
method AT-KEY(::?CLASS:D: \key) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :63:
method ASSIGN-KEY(::?CLASS:D: \key, \value) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :68:
method BIND-KEY(::?CLASS:D: \key, \value) is hidden-from-backtrace {
ELIZABETH/Hash-Restricted
…/Restricted.pm6 :73:
method STORE(\to_store) is hidden-from-backtrace {
ELIZABETH/Hash-Util
…/Util.pm6 :16:
sub disallowed($key --> Nil) is hidden-from-backtrace {
ELIZABETH/Hash-Util
…/Util.pm6 :19:
sub readonly($key --> Nil) is hidden-from-backtrace {
ELIZABETH/Hash-Util
…/Util.pm6 :22:
sub missed(@missed --> Nil) is hidden-from-backtrace {
ELIZABETH/Hash-Util
…/Util.pm6 :27:
sub delete($key,$type --> Nil) is hidden-from-backtrace {
ELIZABETH/Hash-Util
…/lock_keys.t :27:
is hidden_keys(%hash).sort,@hidden, 'do we have the right hidden keys';
ELIZABETH/Scalar-Util
…/Util.pm6 :42:
my sub die-reference($what) is hidden-from-backtrace {
ELIZABETH/Sub-Util
…/Util.pm6 :33:
my sub die-prototype($what) is hidden-from-backtrace {
FCO/Red
…/Relationship.pm6 :19:
method relationship-model(--> Mu:U) is hidden-from-sql-commenting {
FCO/Red
…/Relationship.pm6 :32:
method set-data(\instance, Mu $value) is hidden-from-sql-commenting {
FCO/Red
…/Relationship.pm6 :41:
method build-relationship(\instance) is hidden-from-sql-commenting {
FCO/Red
…/Relationship.pm6 :79:
method relationship-ast is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :32:
method create-comment-to-caller is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :54:
method of is hidden-from-sql-commenting { $of }
FCO/Red
…/ResultSeq.pm6 :56:
method cache is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :64:
method iterator is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :68:
method Seq is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :73:
method do-it(*%pars) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :79:
multi method where(::?CLASS:U: Red::AST:U $filter) is hidden-from-sql-commenting { self.WHAT }
FCO/Red
…/ResultSeq.pm6 :80:
multi method where(::?CLASS:D: Red::AST:U $filter) is hidden-from-sql-commenting { self.clone }
FCO/Red
…/ResultSeq.pm6 :81:
multi method where(::?CLASS:U: Red::AST:D $filter) is hidden-from-sql-commenting { self.new: :chain($!chain.clone: :$filter) }
FCO/Red
…/ResultSeq.pm6 :82:
multi method where(::?CLASS:D: Red::AST:D $filter) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :86:
method transform-item(*%data) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :90:
method grep(&filter) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :99:
method first(&filter) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :192:
multi method create-map(Red::Model $_, :filter(&)) is hidden-from-sql-commenting { .^where: $.filter }
FCO/Red
…/ResultSeq.pm6 :193:
multi method create-map(*@ret where .all ~~ Red::AST, :filter(&)) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :240:
method map(&filter) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :258:
method sort(&order) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :264:
method pick(Whatever) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :269:
method classify(&func, :&as = { $_ }) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :276:
multi method head is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :281:
multi method head(UInt:D $num) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :286:
method from(UInt:D $num) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :291:
method elems( --> Int()) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :296:
method Bool( --> Bool()) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :301:
method new-object(::?CLASS:D: *%pars) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :314:
method create(::?CLASS:D: *%pars) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :319:
method delete(::?CLASS:D:) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :324:
method save(::?CLASS:D:) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :329:
method union(::?CLASS:D: $other) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :335:
method intersect(::?CLASS:D: $other) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :341:
method minus(::?CLASS:D: $other) is hidden-from-sql-commenting {
FCO/Red
…/ResultSeq.pm6 :347:
method ast(Bool :$sub-select) is hidden-from-sql-commenting {
FCO/Red
…/Statement.pm6 :11:
method execute(*@binds) is hidden-from-backtrace {
FCO/Red
…/Exceptions.pm6 :44:
method throw is hidden-from-backtrace {
HYTHM/Grid
…/Grid.pm :6:
submethod BUILD is hidden-from-backtrace {
JGOFF/Perl6-Parser
…/rosetta-b.t :45:
that hides information in white space. The message is hidden in this
JNTHN/cro
…/app.js :77664:
* modal is hidden
JNTHN/cro
…/app.js :78401:
* modal is hidden
JSTOWE/Lumberjack
…/Lumberjack.pm :670:
submethod BUILD(:$!class, Level :$!level, :@!backtrace, Str :$!message!) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :685:
multi method log(Lumberjack:D: Message $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :688:
multi method log(Lumberjack:U: Message $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :699:
proto method log(|c) is hidden-from-backtrace { * }
JSTOWE/Lumberjack
…/Lumberjack.pm :701:
multi method log(Message $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :705:
multi method log(Level $level, Str $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :712:
method log-trace(Str() $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :716:
method log-debug(Str() $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :720:
method log-info(Str() $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :724:
method log-warn(Str() $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :728:
method log-error(Str() $message) is hidden-from-backtrace {
JSTOWE/Lumberjack
…/Lumberjack.pm :732:
method log-fatal(Str() $message) is hidden-from-backtrace {
NINE/Inline-Perl5
…/Perl5.pm6 :333:
method handle_p5_exception() is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :479:
method setup-helpers ( Mu \type, $attr ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :529:
my sub typecheck-attr-value ( $attr is raw, $value ) is raw is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :586:
method !bool-str-meth-name( $opt, Str $prefix, Str :$base-name? ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :591:
method opt2method( Str $oname, Str :$base-name? ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :597:
method compose ( Mu \type, :$compiler_services ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :625:
method make-mooish ( Mu \instance, %attrinit ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :665:
method bind-proxy ( Mu \instance, $obj-id ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :713:
method store-with-cb ( Mu \instance, $value is rw, @params = () ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :723:
method store-value ( Mu \instance, $obj-id, $value is copy ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :755:
method is-set ( $obj-id) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :760:
method clear-attr ( $obj-id ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :765:
method invoke-filter ( Mu \instance, $value is rw, @params = () ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :776:
) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :840:
method build-attr ( Any \instance ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :852:
method invoke-composer ( Mu \type ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :870:
method compose ( Mu \type, :$compiler_services ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :882:
method add_method(Mu \type, $name, $code_obj, :$nowrap=False) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :901:
method install-stagers ( Mu \type ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :955:
method create_BUILDPLAN ( Mu \type ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :962:
method on_create ( Mu \type, Mu \instance, %attrinit ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :981:
method compose (Mu \type, :$compiler_services ) is hidden-from-backtrace {
VRURG/AttrX-Mooish
…/Mooish.pm6 :990:
method specialize(Mu \r, Mu:U \obj, *@pos_args, *%named_args) is hidden-from-backtrace {
WARRINGD/PDF-ISO_32000
…/User_property.pm6 :27:
- (Optional) If true, the attribute is hidden; that is, it is not shown in any user interface element that presents the attributes of an object. Default value: false.
WARRINGD/PDF-ISO_32000
…/User_property_entries.json :28:
"(Optional) If true, the attribute is hidden; that is, it is not shown in any user interface element that presents the attributes of an object. Default value: false."
Altai-man/p6-Texas-To-Uni
…/test-file1.p6 :19:
that hides information in white space. The message is hidden in this
FCO/6pm
…/6pm :25:
multi MAIN("exec", +@argv, *%pars where *.elems >= 1) is hidden-from-USAGE {
FCO/Punnable
…/Punnable.pm6 :28:
$pun.^add_method($stub, method () is hidden-from-backtrace {...})
Skarsnik/acme-wtf
…/WTF.pm6 :4:
sub die (*@msg) is export is hidden-from-backtrace {
araraloren/perl6-terminal-table
…/Table.pod6 :308:
Rerturn True if C<$c> column in C<$r> row of result table is hidden.
azawawi/farabi6
…/codemirror.js :6400:
// Compute whether a line is hidden. Lines count as hidden when they
azawawi/farabi6
…/popup.min.js :11:
!function(e,t,o,n){"use strict";e.fn.popup=function(i){var r,s=e(this),a=e(o),p=s.selector||"",l="ontouchstart"in o.documentElement,u=(new Date).getT…
azawawi/farabi6
…/sticky.min.js :11:
!function(e,t,o,n){"use strict";e.fn.sticky=function(o){var i,s=e(this),c=s.selector||"",r=(new Date).getTime(),a=[],l=arguments[0],m="string"==typeo…
azawawi/farabi6
…/semantic.min.js :13:
}})):(T.debug("Showing modal with javascript"),D.fadeIn(S.duration,S.easing,function(){S.onVisible.apply(j),T.add.keyboardShortcuts(),T.save.focus(),…
azawawi/farabi6
…/semantic.min.js :15:
}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.sidebar=function(o){var a,r=e(this),s=e(t),c=e(n),l=e("html"),u=e("head"),d=r.selector|…
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :3274:
is hidden. Margin 1 is set to display non-folding symbols and is given a width of 16 pixels, so
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :3276:
is hidden. Of course, you can set the margins to be whatever you wish.</p>
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :2871:
Fix Qt to not track mouse when widget is hidden.
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :795:
# Set whether or not autocompletion is hidden automatically when nothing matches.
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :798:
# Retrieve whether or not autocompletion is hidden automatically when nothing matches.
bduggan/p6-log-async
…/Async.pm6 :69:
) is hidden-from-backtrace {
bduggan/p6-log-async
…/Async.pm6 :94:
sub trace($msg) is export is hidden-from-backtrace { logger.log( :$msg :level(TRACE) :frame(callframe(1))) }
bduggan/p6-log-async
…/Async.pm6 :95:
sub debug($msg) is export is hidden-from-backtrace { logger.log( :$msg :level(DEBUG) :frame(callframe(1))) }
bduggan/p6-log-async
…/Async.pm6 :96:
sub info($msg) is export is hidden-from-backtrace { logger.log( :$msg :level(INFO) :frame(callframe(1))) }
bduggan/p6-log-async
…/Async.pm6 :97:
sub error($msg) is export is hidden-from-backtrace { logger.log( :$msg :level(ERROR) :frame(callframe(1))) }
bduggan/p6-log-async
…/Async.pm6 :98:
sub warning($msg) is export is hidden-from-backtrace { logger.log( :$msg :level(WARNING):frame(callframe(1))) }
bduggan/p6-log-async
…/Async.pm6 :99:
sub fatal($msg) is export is hidden-from-backtrace { logger.log( :$msg :level(FATAL) :frame(callframe(1))) }
bduggan/p6-log-async
…/Context.pm6 :8:
method generate is hidden-from-backtrace {
bduggan/p6-log-async
…/Context.pm6 :23:
method stack is hidden-from-backtrace {
cygx/p6-tinycc
…/Compiler.pm :24:
method !CHECK-ERROR is hidden-from-backtrace {
cygx/p6-tinycc
…/Compiler.pm :31:
method !COMPILE($type) is hidden-from-backtrace {
drforr/perl6-Perl6-Parser
…/rosetta-b.t :45:
that hides information in white space. The message is hidden in this
jonathanstowe/Lumberjack
…/Lumberjack.pm :671:
submethod BUILD(:$!class, Level :$!level, :@!backtrace, Str :$!message!) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :686:
multi method log(Lumberjack:D: Message $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :689:
multi method log(Lumberjack:U: Message $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :700:
proto method log(|c) is hidden-from-backtrace { * }
jonathanstowe/Lumberjack
…/Lumberjack.pm :702:
multi method log(Message $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :706:
multi method log(Level $level, Str $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :713:
method log-trace(Str() $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :717:
method log-debug(Str() $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :721:
method log-info(Str() $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :725:
method log-warn(Str() $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :729:
method log-error(Str() $message) is hidden-from-backtrace {
jonathanstowe/Lumberjack
…/Lumberjack.pm :733:
method log-fatal(Str() $message) is hidden-from-backtrace {
masak/Adventure-Engine
…/adventure-engine.t :369:
'examining a hidden thing (-) cannot because it is hidden';
masak/Adventure-Engine
…/adventure-engine.t :382:
'opening a hidden thing (-) cannot because it is hidden';
matiaslina/perl6-matrix-client
…/Requester.pm6 :17:
method !handle-error($response) is hidden-from-backtrace {
niner/Inline-Python
…/Python.pm6 :341:
method handle_python_exception() is hidden-from-backtrace {
perl6/DBIish
…/DBDish.pm6 :15:
method !conn-error(:$errstr!, :$code) is hidden-from-backtrace {
perl6/DBIish
…/Connection.pm6 :37:
method disconnect is hidden-from-backtrace is DEPRECATED("dispose") {
perl6/DBIish
…/ErrorHandling.pm6 :53:
method !error-dispatch(X::DBDish::DBError $_) is hidden-from-backtrace {
perl6/DBIish
…/ErrorHandling.pm6 :58:
method !set-err(Int $code, Str $errstr) is hidden-from-backtrace {
perl6/DBIish
…/DBIish.pm6 :73:
is hidden-from-backtrace
perl6/doc
…/create-cli.pod6 :204:
=head3 is hidden-from-USAGE
perl6/doc
…/create-cli.pod6 :212:
multi sub MAIN() is hidden-from-USAGE {
perl6/doc
…/typesystem.pod6 :472:
The trait C<is hidden> allows a class to hide itself from
perl6/doc
…/typesystem.pod6 :475:
class A is hidden {
perl6/doc
…/Backtrace.pod6 :45:
routines marked as C<is hidden-from-backtrace>, and at the discretion of
perl6/doc
…/Frame.pod6 :68:
C<is hidden-from-backtrace> trait.
perl6/doc
…/Iterator.pod6 :13:
is hidden behind iteration APIs such as C<for @list { }>, L<map|/routine/map>,
perl6/doc
…/C3MRO.pod6 :48:
marked C<is hidden>.
perl6/doc
…/C3MRO.pod6 :57:
marked with C<is hidden>.
perl6/doc
…/MultipleInheritance.pod6 :19:
This can come in two flavors: methods from a class marked as C<is hidden>
perl6/doc
…/MultipleInheritance.pod6 :66:
Returns a true value if (and only if) the class is marked C<is hidden>.
perl6/doc
…/Routine.pod6 :317:
=head2 trait is hidden-from-backtrace
perl6/doc
…/Routine.pod6 :341:
sub inner is hidden-from-backtrace { die "OH NOEZ" };
salortiz/DBDish-ODBC
…/ODBC.pm6 :19:
method !chkerr($rep) is hidden-from-backtrace {
tony-o/perl6-green
…/Green.pm6 :28:
multi sub prefix:<\>\>>(| (Bool $bool, Str $descr? = "Prefixed {$p0}")) is export(:DEFAULT, :harness) is hidden-from-backtrace {
tony-o/perl6-green
…/Green.pm6 :32:
sub => sub :: is hidden-from-backtrace { die 'not ok' unless $bool; },
tony-o/perl6-green
…/Green.pm6 :36:
multi sub prefix:<\>\>>(Callable $sub, Str $descr? = "Prefixed {$p0}") is export(:DEFAULT, :harness) is hidden-from-backtrace {
tony-o/perl6-green
…/Green.pm6 :44:
multi sub set(Callable $sub) is export(:DEFAULT, :harness) is hidden-from-backtrace { set("Suite $i", $sub); }
tony-o/perl6-green
…/Green.pm6 :46:
multi sub set(Str $description, Callable $sub) is export(:DEFAULT, :harness) is hidden-from-backtrace {
tony-o/perl6-green
…/Green.pm6 :49:
my multi sub test(Callable $sub) is export(:DEFAULT, :harness) is hidden-from-backtrace { test("Test $i2", $sub); };
tony-o/perl6-green
…/Green.pm6 :50:
my multi sub test(Str $description, Callable $sub) is export(:DEFAULT, :harness) is hidden-from-backtrace {
tony-o/perl6-green
…/Green.pm6 :66:
sub ok (Bool $eval, Str $testname? = '') is export(:harness) is hidden-from-backtrace {
tony-o/perl6-green
…/Green.pm6 :68:
>> sub :: is hidden-from-backtrace { ok $eval; };
tony-o/perl6-green
…/Green.pm6 :97:
my Callable $err = sub ($_, $success is rw) is hidden-from-backtrace {
tony-o/perl6-green
…/Green.pm6 :112:
my $done = sub :: is hidden-from-backtrace { $promise.keep(True); };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment