summaryrefslogtreecommitdiff
path: root/function.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'function.cpp')
-rw-r--r--function.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/function.cpp b/function.cpp
index 069a021d..0f70e939 100644
--- a/function.cpp
+++ b/function.cpp
@@ -172,6 +172,12 @@ bool Function::WasAutomaticallyDiscovered() const
}
+bool Function::HasUserAnnotations() const
+{
+ return BNFunctionHasUserAnnotations(m_object);
+}
+
+
Confidence<bool> Function::CanReturn() const
{
BNBoolWithConfidence bc = BNCanFunctionReturn(m_object);