pstring_peek


Description:


[ Version ( since = "2.24" ) ]
public unowned string? pstring_peek (string? string)

Returns the canonicalized copy of string without increasing its reference count in the string pool.

The string is not added to the string pool when it's not part of it and null is returned.

The null and empty strings are special cased to constant values.

Parameters:

string

string to fetch from the string pool

Returns:

a canonicalized copy of string


Namespace: Camel
Package: camel-1.2