[#miniscript-Node-IsSaneSubexpression] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::IsSaneSubexpression :relfileprefix: ../../ :mrdocs: Whether the apparent policy of this node matches its script semantics. Doesn't guarantee it is a safe script on its own. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsSaneSubexpression() const; ---- == Return Value True if this subexpression is sane. [.small]#Created with https://www.mrdocs.com[MrDocs]#