-
Notifications
You must be signed in to change notification settings - Fork 5
Implement fn:string Metapath function #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement fn:string Metapath function #138
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
806b0e2 to
3fc95f0
Compare
1023030 to
b871179
Compare
core/src/main/java/gov/nist/secauto/metaschema/core/metapath/function/library/FnString.java
Outdated
Show resolved
Hide resolved
c7cfcdf to
56cdaec
Compare
…s, added a stringValue method to INodeItem implementations to get the string value of it's contents. Resolves metaschema-framework#122.
Co-authored-by: A.J. Stein <aj@gsa.gov>
56cdaec to
0d3e546
Compare
* Added support for the fn:string Metapath functions. In support of this, added a stringValue method to INodeItem implementations to get the string value of it's contents. Resolves metaschema-framework#122. * Cleaned up function library comments for implemented functions. * Apply suggestions from code review Co-authored-by: A.J. Stein <aj@gsa.gov> --------- Co-authored-by: A.J. Stein <aj@gsa.gov>
Committer Notes
Added support for the fn:string Metapath functions.
In support of this, added a stringValue method to INodeItem implementations to get the string value of it's contents.
Resolves #122
All Submissions:
By submitting a pull request, you are agreeing to provide this contribution under the CC0 1.0 Universal public domain dedication.
Changes to Core Features: