logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ExtUtils::XSpp::Node::Raw - Node for data that should be included in XS verbatim

Accessors

rows
       Returns an array reference holding the rows to be output in the final file.

perl v5.34.0                                       2022-06-13                     ExtUtils::XSpp::Node::Raw(3pm)

Description

       An ExtUtils::XSpp::Node subclass representing code that should be included in the output XS code
       verbatim.

Methods

new
       Creates a new "ExtUtils::XSpp::Node::Raw".

       Named parameters: "rows" should be a reference to an array of source code lines. A trailing newline is
       automatically appended.

Name

       ExtUtils::XSpp::Node::Raw - Node for data that should be included in XS verbatim

See Also